extends AbstractResource
This is used for pages which just need to generate a template. Its often extended to provide additional methods Gets its title from the template
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| parent | CommonCollectionResource | ||
| name | String | ||
| modifiedDate | Date | Returns the modified date of the parent resource | |
| createDate | Date | Returns null | |
| accessControlList | Map | Returns null | |
| model | Map | The model is just a collection of objects which can be added to for templating this particular template | |
| paramNames | List | ||
| title | String |
Hide comments